home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / n_althlp.lzh / N_ALTHLP.TXT < prev   
Text File  |  1994-05-03  |  2KB  |  54 lines

  1. -----------------------------------------------------------------
  2.  
  3.      N_ALTHLP.PRG 2.3
  4.      N_ALTHLP.CPX 2.4
  5.  
  6.      (C) N_Software - Noud van Kruysbergen 28/11/92
  7.  
  8. -----------------------------------------------------------------
  9.  
  10. N_ALTHLP enables you to save the screen to a file. This can be a 
  11. Degas compatible PI? file (for all resolutions) or a GEM IMG file 
  12. (for mono resolutions only).
  13.  
  14. N_ALTHLP.PRG should be copied to the AUTO folder of the boot 
  15. device, and N_ALTHLP.CPX has to be copied to the CPX directory. 
  16. The AUTO folder program installs a new <Alternate>+<Help> rou-
  17. tine, so the normal screen dump that will appear when these 
  18. buttons are pressed does not occur any more. Instead the screen 
  19. information will be save to the file N_AHxxxx.PI? or N_AHxxx.IMG. 
  20. N_ALTHLP.CPX allows you to switch between IMG or PI? files, and 
  21. allows you edit the number xxxx of the next screen-file-dump. The 
  22. actual status (dump to file or not), the next file number and the 
  23. filetype can be saved.
  24.  
  25. If the file N_AHxxxx already exists then N_AHxxxx+1 is created. 
  26. If an error occured during saving (disk full or whatever) then a 
  27. bell will tell you so.
  28.  
  29. N_ALTHLP allows you to dump the screen, independent of the size, 
  30. as a Degas PI? file (although you need a program that will load 
  31. such a file to edit it!). Monochrome screens can also be saved to 
  32. an IMG file, with a maximum screen width of 1500 pixels (which 
  33. limit has not been violated yet).
  34.  
  35. N_ALTHLP fills a cookie with id NAH3 and changes the $502 vector 
  36. using the XBRA protocol with the same id. The new screeendump 
  37. routine is resident in memory, but uses only 834 bytes! 
  38. N_ALTHLP.PRG does not work without the CPX: the default status 
  39. is set to 0.
  40.  
  41. N_ALTHLP is strictly Public Domain. It may not be sold, only 
  42. copied!
  43.  
  44. We do not take any responsibility for the (mis)use of this 
  45. program.
  46.  
  47. Noud van Kruysbergen
  48. Nijmegen Institute of Cognition and Information
  49. PO Box 9104
  50. 6500 HE Nijmegen
  51. The Netherlands
  52. kruysbergen@nici.kun.nl
  53.  
  54.